{
    "error": {
        "not_your_vehicle": "This is not your vehicle..",
        "vehicle_does_not_exist": "Vehicle does not exist",
        "not_enough_money": "You dont have enough money",
        "finish_payments": "You must finish paying off this vehicle, Before you can sell it..",
        "no_space_on_lot": "There is not space for your car on the lot!",
        "not_in_veh": "You are not in a vehicle!",
        "not_for_sale": "This vehicle is NOT for sale!"
    },
    "menu": {
        "view_contract": "View Contract",
        "view_contract_int": "[E] View Contract",
        "sell_vehicle": "Sell Vehicle",
        "sell_vehicle_help": "Sell vehicle to fellow citizens!",
        "sell_back": "Sell back car!",
        "sell_back_help": "Sell your car straight back for a reduced price!",
        "interaction": "[E] Sell Vehicle"
    },
    "success": {
        "sold_car_for_price": "You have sold your car for $%s",
        "car_up_for_sale": "Your car has been put up for sale! Price - $%s",
        "vehicle_bought": "Vehicle Bought"
    },
    "info": {
        "confirm_cancel": "~g~Y~w~ - Confirm / ~r~N~w~ - Cancel ~g~",
        "vehicle_returned": "Your vehicle is returned",
        "used_vehicle_lot": "Used Car Lot",
        "sell_vehicle_to_dealer": "[~g~E~w~] - Sell Vehicle To Dealer For ~g~$%s",
        "view_contract": "[~g~E~w~] - View Vehicle Contract",
        "cancel_sale": "[~r~G~w~] - Cancel Vehicle Sale",
        "model_price": "%s, Price: ~g~$%s",
        "are_you_sure": "Are you sure you no longer want to sell your vehicle?",
        "yes_no": "[~g~7~w~] - Yes | [~r~8~w~] - No",
        "place_vehicle_for_sale": "[~g~E~w~] - Place Vehicle For Sale By Owner"
    },
    "charinfo": {
        "firstname": "not",
        "lastname": "known",
        "account": "Account not known..",
        "phone": "telephone number not known.."
    },
    "mail": {
        "sender": "Larrys RV Sales",
        "subject": "You have sold a vehicle!",
        "message": "You made $%s from the sale of your %s."
    }
}